projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e689383
)
Fix a typo in the description of the links manifest key
author
Ivan Ukhov
<ivan.ukhov@gmail.com>
Tue, 17 Mar 2015 07:22:44 +0000
(08:22 +0100)
committer
Ivan Ukhov
<ivan.ukhov@gmail.com>
Tue, 17 Mar 2015 07:22:44 +0000
(08:22 +0100)
src/doc/build-script.md
patch
|
blob
|
history
diff --git
a/src/doc/build-script.md
b/src/doc/build-script.md
index 0ac897e970ec602d5b67a51be476801591735937..8ee6e07d5743ce3c7b48c81132f5d3c6696f313b 100644
(file)
--- a/
src/doc/build-script.md
+++ b/
src/doc/build-script.md
@@
-124,7
+124,7
@@
links = "foo"
build = "build.rs"
```
-This manifest states that the package
s
links to the `libfoo` native library, and
+This manifest states that the package links to the `libfoo` native library, and
it also has a build script for locating and/or building the library. Cargo
requires that a `build` command is specified if a `links` entry is also
specified.